home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / ETC / SKEL / _TERM.{_3 / TERMRC < prev   
Text File  |  1995-01-13  |  3KB  |  89 lines

  1. #From johnsonm@stolaf.edu Sun Dec 13 05:07:38 1992
  2. #The format of the ~/.term/termrc file.
  3. #All blank lines, and line begining with a '#' are ignored.
  4. #All command words must be in lowercase.
  5. #valid lines are... 
  6.  
  7. compress off
  8. # To turn of compression. Useful for compressing modems
  9. # No benchmarks have been done to see which does better compression,
  10. # modems, or term. See OPTIONS to compression compression on/off on
  11. # a per client basis.
  12.  
  13. #escape 158
  14. # tells term never to transmit character with decimal number
  15. # 158. Use the ouput of checkline to find out what to put
  16. # here. Valid number are anything between 32 and 255
  17. # Use one line for each character.
  18. # ranges are valid. I.e. "escape 128-159"
  19.  
  20. escape 0-31
  21. escape 128-159
  22. # the above are some handy escapes that will cause most lines to work.
  23. # but they are very inefficent (they escape 25% of all bytes sent!!!)
  24. # so try and escape as few as possible.
  25.  
  26.  
  27. baudrate 9600
  28. # Sets the baudrate. Actually used to limit the maximum
  29. # number of characters sent per second.
  30. # valid numbers are anything >= 2400. Default is zero.
  31.  
  32. #shift 224
  33. # Sets a 'shift' value. This number is XOR'ed with
  34. # all bytes before they are sent.  This is in a bid to
  35. # reduce the number of escaped characters sent. Histograms
  36. # show that 224-255 has the least number of characters sent
  37. # and 0-31 has the most. This should improve things. The
  38. # default is zero for backward compatability.
  39.  
  40. #flowcontrol 500
  41. # Tell term to generate control-Q's everynow and then
  42. # used in case your terminal server understands flow control
  43. # and things will accidently turn it off. i.e. line noise
  44. # sends a control-S.
  45.  
  46. window 3
  47. # Set the maximum number of packets that can be outstanding
  48. # useful values are around 2-6.
  49.  
  50. timeout 100
  51. # sets the length of time to wait before retransmitting a 
  52. # packet. If useing a large window size, then increase this
  53. # value. A smaller window sizes merits a smaller timeout 
  54. # value. If getting too many re-transmits, then increase.
  55. # measured in 1/20th's of a second. 
  56.  
  57. #force on
  58. # Turn transmit forceing on.
  59.  
  60. noise on
  61. # Turn on printing out line noise.
  62.  
  63. #sevenbit
  64. # If were are running on a 7 bit line..
  65.  
  66. #seven_in
  67. # If your incoming line is seven bit.
  68. # Note that these are symetric. If you have seven_in on one end, you MUST
  69. # have seven_out on the other.
  70.  
  71. #seven_out
  72. # If your outgoing line is seven bit. "seven_in" and "seven_out" together
  73. # are the same as "sevenbit".
  74.  
  75.  
  76. ignore 17
  77. # Silently strip the character 17 from the input stream.
  78.  
  79. ignore 19
  80. # ditto.
  81.  
  82. # breakout 24
  83. # set the breakout character to be control-X. So five control-X's types
  84. # to term will cause it to exit.
  85.  
  86. # chdir /usr/users/oreillym
  87. # Make the default directory usr/users/oreillym (my home dir).
  88.